home *** CD-ROM | disk | FTP | other *** search
/ Graphics Plus / Graphics Plus.iso / general / modelers / geomview / source.lha / Geomview / data / .geomview next >
Text File  |  1993-05-18  |  848b  |  23 lines

  1. (progn
  2. (if (sgi) (progn
  3.   (ui-panel "geomview" on { position 8 8 426 426 })
  4.   (ui-panel "Tools" on { position 384 384 236 236 })
  5.   (ui-panel "Appearance" off { position 7 7 98 98 })
  6.   (ui-panel "Cameras" off { position 8 8 76 76 })
  7.   (ui-panel "Lighting" off { position 384 384 67 67 })
  8.   (ui-panel "Obscure" off { position 9 9 120 120 })
  9.   (ui-panel "Commands" off { position 408 408 6 6 })
  10.   (ui-panel "Materials" off { position 384 384 46 46 })
  11.   (ui-panel "Files" off { position 7 7 8 8 })
  12.   (window default { position 549 998 286 735 resize })
  13. ))
  14.  
  15. (if (NeXT) (progn
  16.   (ui-panel geomview on { position 197 520 142 343 })
  17.   (ui-panel Tools on { position 93 192 142 669 })
  18.   (ui-panel Appearance on { position 765 1044 363 828 })
  19.   (ui-panel Commands off { position 531 1045 148 225 })
  20.   (window default { position 275 675 450 800 resize })
  21. ))
  22. )
  23.